home *** CD-ROM | disk | FTP | other *** search
/ LOGIC Apps / Logic-APPLE_II_APPS.iso / mac / LOGIC Apple II 5.25" Library - ProDOS / PRO106.dsk / POLYTRIS / POLYTRIS.DOC.txt < prev    next >
Text File  |  2012-02-16  |  3KB  |  58 lines

  1.     _____________________
  2.    |                     |_
  3.    |   P O L Y T R I S   | |
  4.    |_____________________| |
  5.      |_____________________|
  6.  
  7.       Polytris is a variation of Tetris, the stand-up arcade game.  It plays
  8. just like the video game, but with a few new twists.
  9.  
  10.       Simply put, you must drop falling shapes into a box as neatly as
  11. possible.  If you fill a horizontal line completely (that is, if there are no
  12. empty spaces in the line) the line will disappear.
  13.  
  14.       Each line you destroy in this way brings you closer to your "goal",
  15. displayed in the bottom right-hand corner of the screen.  If you fill the box
  16. to the top with a hole in each line, the game ends.
  17.  
  18.       In the arcade game, Tetris, you will be served a variety of shapes,
  19. all made from four squares.  There are in fact seven different shapes possible
  20. from four basic blocks:
  21.  
  22.      ##    ###     ####    ###     ###       ##    ##
  23.      ##     #              #         #      ##      ##
  24.  
  25.       In Polytris, you may choose from shapes made from three, four or five
  26. blocks.  This gives you two, seven, or eighteen shapes respectively.  The
  27. three-block game is simple, if fast, and better suited to children.  The five-
  28. block game is more like a jigsaw puzzle and less like a video game.
  29.  
  30.       When you begin the game ("RUN POLYTRIS") you'll be asked whether or not
  31. you want to see the next block.  This helps you plan where to dump a piece,
  32. since you know what's coming next.  Then, you'll choose sound, starting level
  33. and number of blocks in a shape.
  34.  
  35.       Use your joystick (or Paddle 0 if you still own paddles) to move the
  36. blocks left and right.  Press button 0 to rotate the block 90 degrees counter-
  37. clockwise to try and fit it in.
  38.  
  39.       When the game is over, you may Quit, Play again, or Continue where you
  40. left off.
  41.  
  42.       Polytris uses measly 'ol low-res graphics.  It should run on everything
  43. from an old Apple ][+ up.  It was written in AppleSoft BASIC and compiled
  44. under DOS 3.3, and the compiled version is incompatible with ProDOS -- but 
  45. POLYTRIS.SRC, the BASIC code, is included.  If you have a faster compiler,
  46. you may need to change the pause length (PZ = ## in lines 1000 to 1999) to
  47. accomodate the change in speed.
  48.  
  49.       Questions?  Comments?  If they're nice, I can be reached at
  50.       MLARKEN@AC.DAL.CA.  If they're not nice, the address is wrong.
  51.  
  52.       I wrote Polytris to see if I could.  It's public domain, so you may not
  53. sell it, and may distribute it freely if this documentation is included.  You
  54. may modify the source code as you wish, provided you leave in all remark
  55. statements.
  56.  
  57.    Markum Larken                                              April 2, 1990
  58.